Click or drag to resize
Solid Soils Solutions

StringExtensionsTo14BitIso Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Solid.Arduino.StringExtensions.To14BitIso(System.String)"]

Namespace:  Solid.Arduino
Assembly:  Solid.Arduino (in Solid.Arduino.dll) Version: 1.0.0
Syntax
C#
public static byte[] To14BitIso(
	this string o
)

Parameters

o
Type: SystemString

[Missing <param name="o"/> documentation for "M:Solid.Arduino.StringExtensions.To14BitIso(System.String)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Solid.Arduino.StringExtensions.To14BitIso(System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also