ExtensionMethodsFromLast Method

[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.FromLast(System.String,System.Char)"]

Definition

Namespace: WorkZone.Dispatcher.Base.Messages
Assembly: WorkZone.Dispatcher.Base_24.4.0.0 (in WorkZone.Dispatcher.Base_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static string FromLast(
	this string s,
	char splitChar
)

Parameters

s  String

[Missing <param name="s"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.FromLast(System.String,System.Char)"]

splitChar  Char

[Missing <param name="splitChar"/> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.FromLast(System.String,System.Char)"]

Return Value

String

[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.Messages.ExtensionMethods.FromLast(System.String,System.Char)"]

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