C# Class openABAP.Runtime.CharValue

value with abap type char, which represents a fixed length string with trailing spaces. actually implemented with C# type string, which is not optimal. NEW IMPLEMENTATION NEEDDED!
Inheritance: IfValue
Afficher le fichier Open project: bi-tm/openABAP

Méthodes publiques

Свойство Type Description
RuntimeClassname string

Méthodes publiques

Méthode Description
Calculate ( string op, IfValue v = null ) : IfValue
CharValue ( int len, string text = null ) : System
GetFloat ( ) : double
GetInt ( ) : int
GetInternalType ( ) : InternalType
GetString ( ) : string
OutputString ( ) : string
Set ( IfValue v ) : void
getRuntimeClassname ( ) : string

Method Details

Calculate() public méthode

public Calculate ( string op, IfValue v = null ) : IfValue
op string
v IfValue
Résultat IfValue

CharValue() public méthode

public CharValue ( int len, string text = null ) : System
len int
text string
Résultat System

GetFloat() public méthode

public GetFloat ( ) : double
Résultat double

GetInt() public méthode

public GetInt ( ) : int
Résultat int

GetInternalType() public méthode

public GetInternalType ( ) : InternalType
Résultat InternalType

GetString() public méthode

public GetString ( ) : string
Résultat string

OutputString() public méthode

public OutputString ( ) : string
Résultat string

Set() public méthode

public Set ( IfValue v ) : void
v IfValue
Résultat void

getRuntimeClassname() public méthode

public getRuntimeClassname ( ) : string
Résultat string

Property Details

RuntimeClassname public_oe static_oe property

public static string RuntimeClassname
Résultat string