SharpCvsLib

EncodingUtil.GetString Method (Byte[], Int32, Int32)

Converts the byte stream to a Unicode array of charaters and then reads the specified number of characters from the initial offset point.

[Visual Basic]
Overloads Public Shared Function GetString( _
   ByVal array As Byte(), _
   ByVal offset As Integer, _
   ByVal count As Integer _
) As String
[C#]
public static string GetString(
   byte[] array,
   int offset,
   int count
);

Parameters

array
A byte array that contains the data to convert.
offset
A point to start reading from the array.
count
The number of bytes to read from the array.

Return Value

Missing <returns> documentation for M:ICSharpCode.SharpCvsLib.Util.EncodingUtil.GetString(System.Byte[],System.Int32,System.Int32)

See Also

EncodingUtil Class | ICSharpCode.SharpCvsLib.Util Namespace | EncodingUtil.GetString Overload List