PromptPointResultToString Method (IFormatProvider)
 | 
Namespace:  Bricscad.EditorInput
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public string ToString(
        IFormatProvider A_0
)
 
Public Function ToString ( 
        A_0 As IFormatProvider
) As String
 
public:
String^ ToString(
        IFormatProvider^ A_0
)
 
member ToString : 
        A_0 : IFormatProvider -> string 
 
 
 
Parameters
- A_0
 
- Type: SystemIFormatProvider
 
Return Value
Type: 
String 
See Also