←Select platform

IsBase64 Property

Summary
Indicates whether the value is encoded as a base 64 string.
Syntax
C#
VB
Objective-C
C++
Java
public bool IsBase64 { get; set; } 
Public Property IsBase64 As Boolean 
@property (nonatomic, assign) BOOL isBase64 
public boolean isBase64() 
public void setBase64(boolean value) 
public: 
property bool IsBase64 { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true if the value is encoded as a base 64 string; otherwise, false if the data is not encoded as a base 64 string or if Href does not contain a valid data URI.

Remarks

Refer to Parse for more information.

Example

For an example, refer to SvgDocument.EnumerateElements

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.