M11FfBlockReaderToString Method (Byte, Int32) |
Converts an integer array of char values, null-terminated
(the integer value after the last value is zero) into
a string.
Namespace:
DHI.Mike1D.ResultDataAccess
Assembly:
DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static string ToString(
byte[] strArray,
int length
)
Public Shared Function ToString (
strArray As Byte(),
length As Integer
) As String
public:
static String^ ToString(
array<unsigned char>^ strArray,
int length
)
Parameters
- strArray
- Type: SystemByte
Array of char values - length
- Type: SystemInt32
Maximum length of string
Return Value
Type:
String[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.M11FfBlockReader.ToString(System.Byte[],System.Int32)"]
See Also