DicomObjects.NET.V8
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 String _
    ) As String
    'Usage
     
    Dim instance As DicomAttribute
    Dim Format As String
    Dim value As String
     
    value = instance.ToString(Format)
    public string ToString( 
       string Format
    )
    public:
    String^ ToString( 
       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.0 or higher

    See Also