HexConvert.ToBytesNoSwap Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

HexConvert.ToBytesNoSwap Method

BR.AN.PviServices .NET


Gets the byte representation of the value

[Visual Basic]

Public Shared Sub ToBytesNoSwap( _

  ByVal hex As String _

)

[C#]

public static byte[] ToBytesNoSwap(

  string hex

);

Parameters

hex

the HEX string

Return Value

The byte representation of the value.

See Also

HexConvert Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]