WoffFontIsValid Method (String) |
Checks whether specified base64-encoded string is a valid WOFF font
Namespace: GroupDocs.Editor.HtmlCss.Resources.FontsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.10.0.0
Syntaxpublic static bool IsValid(
string contentInBase64
)
Public Shared Function IsValid (
contentInBase64 As String
) As Boolean
public:
static bool IsValid(
String^ contentInBase64
)
static member IsValid :
contentInBase64 : string -> bool
Parameters
- contentInBase64
- Type: SystemString
Content of the presumably WOFF font in a form of base64-encoded string
Return Value
Type:
BooleanTrue if specified string contains valid WOFF font, false otherwise
See Also