Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 803 Bytes

put-string.md

File metadata and controls

13 lines (8 loc) · 803 Bytes

subkt / myaa.subkt.ass / MapLine / putString

putString

fun putString(key: String, value: String): Any? (source)

Writes the given value to the field given by the key, automatically deserializing the value if needed.

Exceptions

IllegalArgumentException - If [value](put-string.md#myaa.subkt.ass.MapLine$putString(kotlin.String, kotlin.String)/value) could not be deserialized to the appropriate type.