FileHelperGetPostfixStr Method | Helper帮助文档 |
取后缀名
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string GetPostfixStr( string filename )
Public Shared Function GetPostfixStr ( filename As String ) As String
public: static String^ GetPostfixStr( String^ filename )
static member GetPostfixStr : filename : string -> string
Parameters
- filename
- Type: SystemString
文件名
Return Value
Type: String.gif|.html格式
See Also