![]() |
![]() | ![]() |
![]() |
| |||
|
Statics Methods Relevant to StringBvr Objects
concat Creates a string behavior representing the concatenation of the given behaviors. toBvr Converts a type of Java.lang.String to a StringBvr. concat
Statics ClassCreates a string behavior representing the concatenation of the given behaviors. The behavior's value is the character string consisting of the value of b appended to the end of the value of a.
Syntax
public static StringBvr concat( StringBvr a, StringBvr b );
Parameters
- a and b
- StringBvr objects to concatenate.
Return Value
Returns the StringBvr object.
toBvr
Statics ClassConverts a type of Java.lang.String to a StringBvr. The only time toBvr is used is when converting Java numbers, Booleans, or strings to their corresponding DirectAnimation types. It is not used for constants such as red, yVector3, and origin2 because these are defined as constant behaviors.
Syntax
public static StringBvr toBvr( String string );
Parameters
- string
- String type to be converted.
Return Value
Returns the StringBvr object;
Top of Page
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.