Click or drag to resize

StringAlgorithmsCharactersInOrder Method

Note: This API is now obsolete.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
[ObsoleteAttribute("Use LongestCommonSubsequence")]
public static int CharactersInOrder(
	string s1,
	string s2
)

Parameters

s1
Type: SystemString
s2
Type: SystemString

Return Value

Type: Int32
See Also