Click or drag to resize
UtilhighlightText Method (String, Int32, Int32)

[Missing <summary> documentation for "M:Planetbase.Util.highlightText(System.String,System.Int32,System.Int32)"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static string highlightText(
	string text,
	int startIndex,
	int endIndex
)

Parameters

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:Planetbase.Util.highlightText(System.String,System.Int32,System.Int32)"]

startIndex
Type: SystemInt32

[Missing <param name="startIndex"/> documentation for "M:Planetbase.Util.highlightText(System.String,System.Int32,System.Int32)"]

endIndex
Type: SystemInt32

[Missing <param name="endIndex"/> documentation for "M:Planetbase.Util.highlightText(System.String,System.Int32,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Planetbase.Util.highlightText(System.String,System.Int32,System.Int32)"]

See Also