Returns true if the specified location is inside of a quote set

Namespace: Skewworks.NETMF
Assembly: Skewworks.NETMF.Core (in Skewworks.NETMF.Core.dll) Version: 2.5.0.0 (2.5.0.0)

Syntax

C#
public static bool InQuotes(
	string value,
	int position
)

Parameters

value
Type: System..::..String
String to check
position
Type: System..::..Int32
Location withing the string to check

Return Value

Type: Boolean
true if the location is inside quotes; else false

See Also