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