SwfDotNet.IO.ByteCode.Actions.ActionPush.GetStringValue C# (CSharp) Method

GetStringValue() public method

get value as string
public GetStringValue ( ) : string
return string
        public string GetStringValue()
        {
            return ((PushType)Type==PushType.String) ? (string)Value : null;
        }