DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAttribute Class / ToString Method / ToString(String) Method
Stansdard format string - e.g. "{0}"






In This Topic
    ToString(String) Method
    In This Topic
    Converts to a string using the format parameter (where possible)
    Syntax
    '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
    Remarks
    The format parameter is currently only used for numeric scalar values
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also