Click or drag to resize
Infosoft Logo

ExtensionsEncapuslateAsCharData Method


Namespace: Infosoft.Library.Xml
Assembly: Infosoft.Library (in Infosoft.Library.dll) Version: 4.00.0.0
Syntax
public static string EncapuslateAsCharData(
	this string input
)

Parameters

input  String
 

Return Value

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