Click or drag to resize

StiReportObjectStringConverter Class

Describes the class that contains methods which serves for conversion of an object into a string and a string into an object.
Inheritance Hierarchy
SystemObject
  Stimulsoft.BaseStiObjectStringConverter
    Stimulsoft.ReportStiReportObjectStringConverter

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiReportObjectStringConverter : StiObjectStringConverter

The StiReportObjectStringConverter type exposes the following members.

Constructors
  NameDescription
Public methodStiReportObjectStringConverter
Initializes a new instance of the StiReportObjectStringConverter class
Public methodStiReportObjectStringConverter(Boolean)
Initializes a new instance of the StiReportObjectStringConverter class
Top
Methods
  NameDescription
Public methodClear
Public methodConvertBorderToString
Converts a border into a string.
Public methodConvertBrushToString
Converts brush into string.
Public methodStatic memberConvertColorArrayToString
Converts a color into a string.
Public methodStatic memberConvertColorToString
Converts a color into a string.
Public methodConvertEventToString
Converts event into string.
Public methodConvertExpressionToString
Convets expression into string.
Public methodStatic memberConvertFontToString
Converts font into string.
Public methodStatic memberConvertPointFToString
Converts PointF into string.
Public methodConvertRectangleDToString
Converts rectangle into string.
Public methodConvertSimpleBorderToString
Converts a simple border into a string.
Public methodConvertStringToBorder
Converts a string into a border.
Public methodConvertStringToBrush
Converts a string into a brush.
Public methodStatic memberConvertStringToColor
Converts a string into a color.
Public methodStatic memberConvertStringToColorArray
Converts a string into a color.
Public methodConvertStringToExpression
Converts string into expression.
Public methodStatic memberConvertStringToFont
Converts string into font.
Public methodStatic memberConvertStringToPointF
Converts a string into a PointF.
Public methodConvertStringToRectangleD
Converts string into rectangle.
Public methodConvertStringToSimpleBorder
Converts a string into a simple border.
Public methodConvertStringToTextOptions
Converts string into StiTextOptions.
Public methodConvertStringToVariable
Converts string into variable.
Public methodConvertTextOptionsToString
Converts StiTextOptions into string.
Public methodConvertVariableToString
Converts variable into string.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodObjectToString
Converts object into string.
(Overrides StiObjectStringConverterObjectToString(Object).)
Public methodObjectToString2
Public methodSetProperty (Overrides StiObjectStringConverterSetProperty(PropertyInfo, Object, Object).)
Public methodStringToObject
Converts string into object.
(Overrides StiObjectStringConverterStringToObject(String, Type).)
Public methodStringToObject2
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also