ChangeValueByKey

<< Click to Display Table of Contents >>

Navigation:  MyUserData > Methods >

ChangeValueByKey

public Boolean ChangeValueByKey(String originKey,String newValue)

 

Description:

 Change value by key,if not match the key,change unsuccessfully.

 

Parameter:

 originKey: The key you set.

 newValue: The new value you want to change.

 

Return:

 true: Change successfully.

 false: Change unsuccessfully.