Click or drag to resize

ExtensionMethodsEncodeAscii Method

Encode the specified string to ASCII escape characters

Namespace:  SanteDB.DisconnectedClient.Ags.Util
Assembly:  SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax
public static string EncodeAscii(
	this string value
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Util.ExtensionMethods.EncodeAscii(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.Util.ExtensionMethods.EncodeAscii(System.String)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type String. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also