QrCodeTypesTryParse Method |
Returns QRCode type with pasringType name.
If name of QRCode is unknown - no Exception will be throw but method will return null value.
Namespace: GroupDocs.Signature.DomainAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.7.0.0 (22.7)
Syntaxpublic static QrCodeType TryParse(
string parsingType
)
Public Shared Function TryParse (
parsingType As String
) As QrCodeType
public:
static QrCodeType^ TryParse(
String^ parsingType
)
static member TryParse :
parsingType : string -> QrCodeType
Parameters
- parsingType
- Type: SystemString
Source string of QRCode type name.
Return Value
Type:
QrCodeTypeQRCodeType instance.
See Also