ConvertToUTF8 Method

Convert a string to UTF8 string

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ToUTF8(
	string str
)

Parameters

str  String
String to convert

Return Value

String
String with the conversion

See Also