|
BigEndianCopyBytes(Char, Byte*) Method
|
Copies the specified Unicode character value as an array of 2 bytes in the target endian-order to the destination array.
Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.205-beta+5ef4169f3b1079d8b163dd363614f656bd140924
Syntax public static int CopyBytes(
char value,
byte* destination
)
Visual Basic does not support APIs that consume or return unsafe types.
F# does not support APIs that consume or return unsafe types.
JavaScript does not support APIs that consume or return unsafe types.
View SourceParameters
- value Char
- The Unicode character value to convert and copy.
- destination Byte*
- The destination buffer.
Return Value
Int32Length of bytes copied into array based on size of
value.
See Also