ValueConverterToString Method |
Reads a
String from the specified
buffer starting at the specified
startIndex.
Namespace:
SampSharp.Core.Communication
Assembly:
SampSharp.Core (in SampSharp.Core.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntaxpublic static string ToString(
byte[] buffer,
int startIndex,
Encoding encoding
)
Parameters
- buffer
- Type: SystemByte
The buffer. - startIndex
- Type: SystemInt32
The start index. - encoding
- Type: System.TextEncoding
The encoding to use.
Return Value
Type:
StringThe
String read from the specified buffer.
See Also