Platforms to show: All Mac Windows Linux Cross-Platform

EncodingNameMBS(extends Text as string) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method String MBS Util Plugin 13.5 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries the text encoding name for this string.
Example
dim t as string = "Hello World"

MsgBox "InternetName: "+t.Encoding.InternetName
MsgBox "InternetNameMBS: "+t.Encoding.InternetNameMBS
MsgBox "EncodingNameMBS: "+t.EncodingNameMBS

Blog Entries

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...