UrlHelperIsBase64 Method | Helper帮助文档 |
是否是Base64字符串
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool IsBase64( string eStr )
Public Shared Function IsBase64 ( eStr As String ) As Boolean
public: static bool IsBase64( String^ eStr )
static member IsBase64 : eStr : string -> bool
Parameters
- eStr
- Type: SystemString
[Missing <param name="eStr"/> documentation for "M:HD.Common.UrlHelper.IsBase64(System.String)"]
Return Value
Type: Boolean[Missing <returns> documentation for "M:HD.Common.UrlHelper.IsBase64(System.String)"]
See Also