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