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.