ImageGear for .NET
FromString Method
See Also  Example Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearRationalInt Structure : FromString Method




value
The string to parse.

Glossary Item Box

Creates a ImGearRationalInt from the specified string.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

value
The string to parse.

Return Value

A new ImGearRationalInt structure.

Example

C#Copy Code
ImGearRationalInt rational = ImGearRationalInt.FromString("2/4");
Visual BasicCopy Code
Dim rational As ImGearRationalInt
rational = ImGearRationalInt.FromString("2/4")

See Also

©2013. Accusoft Corporation. All Rights Reserved.