UtilEncryptionIsBase64Encoded Method
Determines whether the source string has been Base64 encoded.
Namespace: DevCase.Core.Security.Cryptography.EncryptionAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsBase64Encoded(
string value
)
Public Shared Function IsBase64Encoded (
value As String
) As Boolean
Dim value As String
Dim returnValue As Boolean
returnValue = UtilEncryption.IsBase64Encoded(value)
public:
static bool IsBase64Encoded(
String^ value
)
static member IsBase64Encoded :
value : string -> bool
No code example is currently available or this language may not be supported.
- value String
-
The string to analyze.
Boolean if the source string has been
Base64 encoded, otherwise,
.
This is a code example.
No code example is currently available or this language may not be supported.
Dim isEncoded As String = IsBase64Encoded("SGVsbG8gV29ybGQh")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.