Data Port Sync 1.0.500

SqlCeConvert. Method 

[This is preliminary documentation and subject to change.]

Returns a string from serialized fixed-length char array.

[Visual Basic]
Public Shared Function ( _
   ByVal Byte[] As Byte(), _
   ByVal Int32 As Integer, _
   ByVal Int32 As Integer _
) As String
[C#]
public static string (
   Byte[] data,
   Int32 iIndex,
   Int32 nCount
);

Parameters

Byte[]
Byte array.
Int32
Index of first byte to convert.
Int32
Number of bytes to convert.

Return Value

See Also

SqlCeConvert Class | Primeworks.DesktopSqlCe Namespace