[This is preliminary documentation and is subject to change.]
Reads BSON cstring from stream
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static string ReadCString(
Stream stream,
int length
)
public static string ReadCString(
Stream stream,
int length
)
Public Shared Function ReadCString (
stream As Stream,
length As Integer
) As String
Public Shared Function ReadCString (
stream As Stream,
length As Integer
) As String
public:
static String^ ReadCString(
Stream^ stream,
int length
)
public:
static String^ ReadCString(
Stream^ stream,
int length
)
static member ReadCString :
stream : Stream *
length : int -> stringstatic member ReadCString :
stream : Stream *
length : int -> stringReturn Value
Type:
String