[This is preliminary documentation and is subject to change.]
Writes BSON cstring to stream
Namespace: NFX.Serialization.BSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static void WriteCString(
Stream stream,
string value
)
public static void WriteCString(
Stream stream,
string value
)
Public Shared Sub WriteCString (
stream As Stream,
value As String
)
Public Shared Sub WriteCString (
stream As Stream,
value As String
)
public:
static void WriteCString(
Stream^ stream,
String^ value
)
public:
static void WriteCString(
Stream^ stream,
String^ value
)
static member WriteCString :
stream : Stream *
value : string -> unitstatic member WriteCString :
stream : Stream *
value : string -> unit