IRegionWithMathTryConvertToText Method
Attempts to convert a given text to an appropriate text region.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
bool TryConvertToText(
ref string value,
out RegionBase newRegion
)
Function TryConvertToText (
ByRef value As String,
<OutAttribute> ByRef newRegion As RegionBase
) As Boolean
bool TryConvertToText(
String^% value,
[OutAttribute] RegionBase^% newRegion
)
abstract TryConvertToText :
value : string byref *
newRegion : RegionBase byref -> bool
- value String
- Text string to use as a text region content.
- newRegion RegionBase
- Result text region of the conversion if it is succeded.
BooleanReturns
when the convertion attempt succeded, otherwise
.