M11FfBlockReaderToString(Byte, Int32) Method

Converts an integer array of char values, null-terminated (the integer value after the last value is zero) into a string.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static string ToString(
	byte[] strArray,
	int length
)

Parameters

strArray  Byte
Array of char values
length  Int32
Maximum length of string

Return Value

String

[Missing <returns> documentation for "M:DHI.Mike1D.ResultDataAccess.M11FfBlockReader.ToString(System.Byte[],System.Int32)"]

See Also