Search
BinarySerializationContext.ReadStringFormat Method
See Also
 





Reads a StringFormat object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public StringFormat ReadStringFormat (
    BinaryReader reader
)

Visual Basic  Copy Code

Public Function ReadStringFormat( _
    reader As BinaryReader _
) As StringFormat

 Parameters

reader
A .NET BinaryReader to read the string format from.

 Return Value

A .NET StringFormat object.

 See Also