| SecurIdTokenToString Method |
Creates a string listing the values contained in this instance.
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax public virtual string ToString()
Public Overridable Function ToString As String
public:
virtual String^ ToString()
abstract ToString : unit -> string
override ToString : unit -> string
Return Value
Type:
StringA string listing the values contained in this instance.
Remarks
The method creates a human-readable representation of the values contained in this token. To export the token to a machine readable format, use
Export(String, String).
See Also