EncodingUtil.GetString Method (Int32)
Get the string value of the integer by converting it back to a byte
first.
[Visual Basic]Overloads Public Shared Function GetString( _
ByVal
val As
Integer _
) As
String [C#]public static
string GetString(
int val);
Parameters
- val
- A byte value that has been cast to an integer
by the Stream.ReadByte() method.
Return Value
Missing <returns> documentation for M:ICSharpCode.SharpCvsLib.Util.EncodingUtil.GetString(System.Int32)
See Also
EncodingUtil Class | ICSharpCode.SharpCvsLib.Util Namespace | EncodingUtil.GetString Overload List