| DefaultFormatterInstance Property |
[This is preliminary documentation and is subject to change.]
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax public static DefaultFormatter Instance { get; }
Public Shared ReadOnly Property Instance As DefaultFormatter
Get
public:
static property DefaultFormatter^ Instance {
DefaultFormatter^ get ();
}
static member Instance : DefaultFormatter with get
Property Value
Type:
DefaultFormatterThe instance.
See Also