GrapeCity.ActiveReports.v12 アセンブリ > GrapeCity.Enterprise.Data.VisualBasicReplacement 名前空間 > Strings クラス : InStrRev メソッド |
'宣言 Public Shared Function InStrRev( _ ByVal stringCheck As String, _ ByVal stringMatch As String, _ Optional ByVal start As Integer, _ Optional ByVal compare As CompareMethod _ ) As Integer
public static int InStrRev( string stringCheck, string stringMatch, int start, CompareMethod compare )