ExtensionsHexString Method |
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public static string HexString(
this byte[] value,
int offset = 0,
int length = -1
)
<ExtensionAttribute>
Public Shared Function HexString (
value As Byte(),
Optional offset As Integer = 0,
Optional length As Integer = -1
) As String
Parameters
- value
- Type: SystemByte
- offset (Optional)
- Type: SystemInt32
- length (Optional)
- Type: SystemInt32
Return Value
Type:
StringUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type . 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