ToString
Leave feedback
On this page
Converts to String with override ToString() method
public override string ToString()
Returns the Metadata Signature value as String.
Converts a boolean property into “True” or “False”. For another data type the default data format provider will be used.
- class MetadataSignature
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
Converts to String with specified format
public virtual string ToString(string format, IFormatProvider provider)
| Parameter | Type | Description |
|---|---|---|
| format | String | Data format string. |
| provider | IFormatProvider | Format data provider to use with data conversion operations. |
Returns the Metadata Signature value as String.
Converts a boolean property into “True” or “False”.
- class MetadataSignature
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
Converts to String with specified format
public virtual string ToString(string format)
| Parameter | Type | Description |
|---|---|---|
| format | String | Data format string. |
Returns the Metadata Signature value as String.
Converts a boolean property into “True” or “False”. Default culture property info will be used from SignatureSettings properties DefaultCulture
- class MetadataSignature
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.