DicomObjects.NET.V8
DicomObjects Namespace / DicomAttribute Class / ToString Method / ToString() Method



ToString() Method
Converts object to String Value, this is the standard .NET method
Syntax
'Declaration
 
Public Overloads Overrides Function ToString() As String
 
'Usage
 
Dim instance As DicomAttribute
Dim value As String
 
value = instance.ToString()

Return Value

A string representation of the attribute designed for human readability
Requirements

Target Platforms: .NET CLR 4.0 or higher

See Also

Reference

DicomAttribute Class
DicomAttribute Members
Overload List
Base Implementation in ToString