Click or drag to resize

OperationsListNGrams Method


Namespace: GSF.FuzzyStrings
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.301-beta+4028e3c83079676c2b05f426d4602f0c363a6561
Syntax
public static List<string> ListNGrams(
	this string source,
	int n
)
View Source

Parameters

source  String
 
n  Int32
 

Return Value

ListString

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