PromptEntityResultToString(IFormatProvider)
Method
|
Namespace: Bricscad.EditorInput
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
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 IFormatProvider
-
Return Value
String
See Also