X501AttributeTypeAndValueGetStringValue Method |
Retrieves the value associated with the contained OID (object identifier) as a string, if the value is defined by the OID to be of a string type.
Namespace:
pdftron.Crypto
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetStringValue()
Public Function GetStringValue As String
public:
virtual String^ GetStringValue() sealed
function GetStringValue();
Return Value
Type:
Stringa string containing the string value
See Also