C# Класс xFunc.Maths.Results.StringResult

Represents the string result
Наследование: IResult
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
StringResult ( string str ) : System

Initializes a new instance of the StringResult class.

ToString ( ) : string

Returns a String that represents this instance.

Описание методов

StringResult() публичный Метод

Initializes a new instance of the StringResult class.
public StringResult ( string str ) : System
str string The string representation of result.
Результат System

ToString() публичный Метод

Returns a String that represents this instance.
public ToString ( ) : string
Результат string