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
    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