Base64Decode
Base64Encode
GUID
IsEmailAddress
IsPhoneNumber
MD5
ParseJSON
RaiseError
Stringify
特定の文字列値の MD5 ハッシュを返します。
MD5(1, 2)
| 序数 | 型 | 説明 | |
|---|---|---|---|
| 1 | string | 必須 | 評価する文字列 |
| 2 | string | 文字列値を復号化するときに使用する文字セット (ASCII、UTF-8 など) |
1<script runat="server">
2 Platform.Function.MD5(stringValue,"UTF-8");
3</script>