Click or drag to resize

ExtensionsIsAscii Method

Determines whether a string is ASCII.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static bool IsAscii(
	this string value
)

Parameters

value
Type: SystemString

[Missing <param name="value"/> documentation for "M:VDS.RDF.Extensions.IsAscii(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Extensions.IsAscii(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