PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns true if the string is a valid Base64 representation.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
public static bool IsBase64String(
	string value
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function IsBase64String ( _
	value As  _
) As 

Parameters

value
String
String

Return Value

Boolean

See Also

General Class
Smartsite.Base Namespace
Advanced