ArgbImageExtensionsToLittleEndian Method |
Convert encoded number to little endian byte order.
Namespace:
Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public static byte[] ToLittleEndian(
this byte[] bytes
)
<ExtensionAttribute>
Public Shared Function ToLittleEndian (
bytes As Byte()
) As Byte()
public:
[ExtensionAttribute]
static array<unsigned char>^ ToLittleEndian(
array<unsigned char>^ bytes
)
[<ExtensionAttribute>]
static member ToLittleEndian :
bytes : byte[] -> byte[]
Parameters
- bytes
- Type: SystemByte
Return Value
Type:
ByteUsage 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