GetMimeType Function | |
Namespace:
XSharp.VO
Assembly:
XSharp.VO (in XSharp.VO.dll) Version: 2.21
Syntax FUNCTION GetMimeType(
sFileName AS STRING
) AS STRING
public static string GetMimeType(
string sFileName
)
Request Example
View SourceParameters
- sFileName
- Type: String
Return Value
Type:
StringSee Also