C# Class System.Reactive.StringExtensions

显示文件 Open project: Reactive-Extensions/Tx

Public Methods

Method Description
GetSubstring ( this source, string startMarker, string endMarker ) : string

Method Details

GetSubstring() public static method

public static GetSubstring ( this source, string startMarker, string endMarker ) : string
source this
startMarker string
endMarker string
return string