StringExtrasGetMD5OfString Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string GetMD5OfString(
string s
)
Public Shared Function GetMD5OfString (
s As String
) As String
public:
static String^ GetMD5OfString(
String^ s
)
static member GetMD5OfString :
s : string -> string
Parameters
- s
- Type: SystemString
Return Value
Type:
String
See Also