'Declaration
Public Overloads Function ToString( _ ByVal Format As System.String _ ) As System.String
'Usage
Dim instance As DicomAttribute Dim Format As System.String Dim value As System.String value = instance.ToString(Format)
public System.string ToString( System.string Format )
public function ToString( Format: System.String ): System.String;
public function ToString( Format : System.String ) : System.String;
public: System.string* ToString( System.string* Format )
public: System.String^ ToString( System.String^ Format )
Parameters
- Format
- Stansdard format string - e.g. "{0}"
Return Value
resulting string