Creates 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.
public static StringBvr concat(
StringBvr a,
StringBvr b
);
Returns the StringBvr object.
Converts 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.
public static StringBvr toBvr(
String string
);
Returns the StringBvr object;
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.