DicomObjects.NET Core 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 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also