IRegionWithMathTryConvertToText Method

Attempts to convert a given text to an appropriate text region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
bool TryConvertToText(
	ref string value,
	out RegionBase newRegion
)

Parameters

value  String
Text string to use as a text region content.
newRegion  RegionBase
Result text region of the conversion if it is succeded.

Return Value

Boolean
when the convertion attempt succeded, otherwise .

See Also