WeaverUtilities.

SkipWhiteSpaceBackwards(string, int) Method

Summary

Decrements `index` until `str[index]` is no longer a whitespace character.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
WeaverUtilities

Syntax

public static void SkipWhiteSpaceBackwards(string str, ref int index)

Parameters

Name Type Description
str string
index int

Return Value

Type Description
void