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 Class

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.

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 Class

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 Microsoft® 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 Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.