←Select platform

IsBase64 Property

Summary

Indicates whether the value is encoded as a base 64 string.

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly