| IContentConverterConvertFromText Method |
Convert text to instance of specific implementation base class
ContentBase
Namespace:
ASDSoft.WebSigner.Server.Content.Converters
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax ContentBase ConvertFromText(
string contentTitle,
string contentText,
Object applicationContentId
)
Parameters
- contentTitle
- Type: SystemString
Content title for display in client window for selecting a certificate - contentText
- Type: SystemString
Content in text representation. - applicationContentId
- Type: SystemObject
Unique application ID of content.
Return Value
Type:
ContentBaseInstance of specific content converter.
See Also